Serialized Form


Package com.sabro.jbusiness.database.mssql.comp

Class com.sabro.jbusiness.database.mssql.comp.CompGetSetExec.CompGetSetExecException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

exec

com.sabro.jbusiness.database.mssql.comp.CompGetSetExec.Exec exec

mensagem

java.lang.String mensagem

token

Token token

Package com.sabro.jbusiness.database.mssql.comp.parser

Class com.sabro.jbusiness.database.mssql.comp.parser.ParseException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class com.sabro.jbusiness.database.mssql.comp.parser.Token extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

kind

int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java.


beginLine

int beginLine
The line number of the first character of this Token.


beginColumn

int beginColumn
The column number of the first character of this Token.


endLine

int endLine
The line number of the last character of this Token.


endColumn

int endColumn
The column number of the last character of this Token.


image

java.lang.String image
The string image of the token.


next

Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field.


specialToken

Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.

Class com.sabro.jbusiness.database.mssql.comp.parser.TokenMgrError extends java.lang.Error implements Serializable

serialVersionUID: 1L

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package com.sabro.jbusiness.gui

Class com.sabro.jbusiness.gui.CloseableTabbedPane extends java.lang.Object implements Serializable

Class com.sabro.jbusiness.gui.FormConexoes extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.FormConsole extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.FormDicionario extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.FormObjetos extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.FormPermissoes extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.FormProcessosBloqueados extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.JOptionPane extends javax.swing.JOptionPane implements Serializable

serialVersionUID: 1L

Class com.sabro.jbusiness.gui.MultiLineToolTip extends javax.swing.JToolTip implements Serializable

serialVersionUID: 1L

Class com.sabro.jbusiness.gui.Panel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.PanelEditor extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.Principal extends javax.swing.JFrame implements Serializable

serialVersionUID: 1L

Class com.sabro.jbusiness.gui.Workplace extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.Workplaces extends com.sabro.jbusiness.gui.ClosableTabbedPane implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.WorkplaceSplitPane extends javax.swing.JSplitPane implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.WorkplaceTabbedPane extends com.sabro.jbusiness.gui.ClosableTabbedPane implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Package com.sabro.jbusiness.gui.celleditors

Class com.sabro.jbusiness.gui.celleditors.DBCampoCombo extends CampoCombo implements Serializable

serialVersionUID: 1L

Serialized Fields

sysValor

SysValor sysValor

sysFiltroCampo

SysFiltroCampo sysFiltroCampo

Class com.sabro.jbusiness.gui.celleditors.DBCampoComboIcones extends CampoComboIcones implements Serializable

serialVersionUID: 1L

Serialized Fields

sysValor

SysValor sysValor

sysFiltroCampo

SysFiltroCampo sysFiltroCampo

Class com.sabro.jbusiness.gui.celleditors.DBCampoComboTipos extends CampoComboTipos implements Serializable

serialVersionUID: 1L

Serialized Fields

sysValor

SysValor sysValor

sysFiltroCampo

SysFiltroCampo sysFiltroCampo

Class com.sabro.jbusiness.gui.celleditors.DBCampoTexto extends javax.swing.JTextField implements Serializable

serialVersionUID: 1L

Serialized Fields

textoOld

java.lang.String textoOld

sysValor

SysValor sysValor

sysFiltroCampo

SysFiltroCampo sysFiltroCampo

isCorrupted

boolean isCorrupted

Class com.sabro.jbusiness.gui.celleditors.DBCampoXXX extends javax.swing.JLabel implements Serializable

serialVersionUID: 1L

Serialized Fields

sysValor

SysValor sysValor

sysFiltroCampo

SysFiltroCampo sysFiltroCampo

Package com.sabro.jbusiness.gui.components

Class com.sabro.jbusiness.gui.components.CampoCombo extends javax.swing.JComboBox implements Serializable

serialVersionUID: 1L

Serialized Fields

comboItemOld

CampoCombo.ComboItem comboItemOld

consultaPriKey

java.lang.String consultaPriKey

consultaCampo

java.lang.String consultaCampo

consultaFrom

java.lang.String consultaFrom

consultaWhere

java.lang.String consultaWhere

parametros

java.lang.Object[] parametros

sysConexao

SysConexao sysConexao

actionCancelaEdicao

javax.swing.AbstractAction actionCancelaEdicao

Class com.sabro.jbusiness.gui.components.CampoComboIcones extends javax.swing.JComboBox implements Serializable

serialVersionUID: 1L

Serialized Fields

sysIconeOld

SysIcone sysIconeOld

imagemNomes

java.util.TreeSet<E> imagemNomes

actionCancelaEdicao

javax.swing.AbstractAction actionCancelaEdicao

Class com.sabro.jbusiness.gui.components.CampoComboLigacoes extends javax.swing.JComboBox implements Serializable

serialVersionUID: 1L

Serialized Fields

sysLigacaoOld

SysTabela.SysLigacao sysLigacaoOld

sysTabela

SysTabelaFormatada sysTabela

tipoVinculo

char tipoVinculo

actionCancelaEdicao

javax.swing.AbstractAction actionCancelaEdicao

Class com.sabro.jbusiness.gui.components.CampoComboTipos extends javax.swing.JComboBox implements Serializable

serialVersionUID: 1L

Serialized Fields

tipoOld

SysCampoFormatado.Tipo tipoOld

actionCancelaEdicao

javax.swing.AbstractAction actionCancelaEdicao

Class com.sabro.jbusiness.gui.components.CampoData extends javax.swing.JTextField implements Serializable

serialVersionUID: 1L

Serialized Fields

regexConstrainedDocument

RegexConstrainedDocument regexConstrainedDocument

Class com.sabro.jbusiness.gui.components.CampoDataHora extends javax.swing.JTextField implements Serializable

serialVersionUID: 1L

Serialized Fields

dataOld

java.util.Date dataOld

conexao

SysConexao conexao

Class com.sabro.jbusiness.gui.components.CampoLista extends javax.swing.JList implements Serializable

serialVersionUID: 1L

Serialized Fields

STAT_MANTIDO

java.lang.String STAT_MANTIDO

STAT_ALTERADO

java.lang.String STAT_ALTERADO

listaItemOld

com.sabro.jbusiness.gui.components.CampoLista.ListaItem listaItemOld

referenciaTabel

java.lang.String referenciaTabel

consultaPriKey

java.lang.String consultaPriKey

consultaCampo

java.lang.String consultaCampo

consultaFrom

java.lang.String consultaFrom

consultaWhere

java.lang.String consultaWhere

conexao

SysConexao conexao

comando

java.lang.String comando

listModel

com.sabro.jbusiness.gui.components.CampoLista.ListModelCampoLista listModel

actionCancelaEdicao

javax.swing.AbstractAction actionCancelaEdicao

Class com.sabro.jbusiness.gui.components.CampoNumerico extends javax.swing.JTextField implements Serializable

serialVersionUID: 1L

Serialized Fields

regexConstrainedDocument

RegexConstrainedDocument regexConstrainedDocument

Class com.sabro.jbusiness.gui.components.CampoPassword extends javax.swing.JPasswordField implements Serializable

serialVersionUID: 1L

Class com.sabro.jbusiness.gui.components.CampoSysFiltro extends javax.swing.JLabel implements Serializable

serialVersionUID: 1L

Serialized Fields

sysFiltro

SysFiltro sysFiltro

Class com.sabro.jbusiness.gui.components.CampoTextField extends javax.swing.JTextField implements Serializable

serialVersionUID: 1L

Class com.sabro.jbusiness.gui.components.CampoTextoLimitado extends javax.swing.JTextField implements Serializable

serialVersionUID: 1L

Serialized Fields

regexConstrainedDocument

RegexConstrainedDocument regexConstrainedDocument

Package com.sabro.jbusiness.gui.formCadastro

Class com.sabro.jbusiness.gui.formCadastro.Cadastro extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.formCadastro.CadastroCampo extends Cadastro implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.formCadastro.CadastroConjuntos extends EditSelecionaConjuntos implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.formCadastro.CadastroEdicao extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.formCadastro.CadastroNavegacao extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.formCadastro.CadastroNavegacao.CadastroNavegacaoModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

sysEscopo

SysEscopo sysEscopo

isBody

boolean isBody

Class com.sabro.jbusiness.gui.formCadastro.CadastroTabela extends Cadastro implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.formCadastro.CadastroUsuarios extends EditSelecionaUsuarios implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Package com.sabro.jbusiness.gui.formCadastroRastreabilidade

Class com.sabro.jbusiness.gui.formCadastroRastreabilidade.CadastroRastreabilidade extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.formCadastroRastreabilidade.CadastroRastreabilidade.GBCHelper extends java.awt.GridBagConstraints implements Serializable


Package com.sabro.jbusiness.gui.formConjuntos

Class com.sabro.jbusiness.gui.formConjuntos.Conjuntos extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.formConjuntos.ConjuntosLista extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.formConjuntos.ConjuntosLista.CadastroNavegacaoConjuntos extends CadastroNavegacao implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.formConjuntos.ConjuntosLista.GBCHelper extends java.awt.GridBagConstraints implements Serializable

Class com.sabro.jbusiness.gui.formConjuntos.ConjuntosRegistros extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Package com.sabro.jbusiness.gui.formConsulta

Class com.sabro.jbusiness.gui.formConsulta.Consulta extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.formConsulta.ConsultaDetalhes extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.formConsulta.ConsultaLista extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Package com.sabro.jbusiness.gui.formFiltro

Class com.sabro.jbusiness.gui.formFiltro.Filtro extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.formFiltro.FiltroConjuntos extends EditSelecionaConjuntos implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.formFiltro.FiltroGrid extends PanelEditor implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.formFiltro.FiltroGrid.LblRenderer extends javax.swing.JLabel implements Serializable

serialVersionUID: 1L

Class com.sabro.jbusiness.gui.formFiltro.FiltroRegistros extends PanelEditor implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.formFiltro.FiltroTree extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Package com.sabro.jbusiness.gui.formGrafico

Class com.sabro.jbusiness.gui.formGrafico.Grafico extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.formGrafico.GraficoBarras extends Grafico implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.formGrafico.GraficoGantt extends Grafico implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.formGrafico.GraficoPizza extends Grafico implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.formGrafico.GraficoSpider extends Grafico implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Package com.sabro.jbusiness.gui.formRelatorio

Class com.sabro.jbusiness.gui.formRelatorio.Relatorio extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Package com.sabro.jbusiness.gui.formTarefa

Class com.sabro.jbusiness.gui.formTarefa.Tarefa extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.formTarefa.TarefaParametros extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.formTarefa.TarefaResultados extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Package com.sabro.jbusiness.gui.formTreeTable

Class com.sabro.jbusiness.gui.formTreeTable.FormTreeTable extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.formTreeTable.FormTreeTable.MeasureListModel extends javax.swing.AbstractListModel implements Serializable

serialVersionUID: 1L

Class com.sabro.jbusiness.gui.formTreeTable.FormTreeTableManager extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.formTreeTable.TreeTableGroups extends javax.swing.table.JTableHeader implements Serializable

serialVersionUID: 1L

Serialized Fields

treeTableModel

TreeTableModel treeTableModel

Class com.sabro.jbusiness.gui.formTreeTable.TreeTableHeader extends javax.swing.table.JTableHeader implements Serializable

serialVersionUID: 1L

Class com.sabro.jbusiness.gui.formTreeTable.TreeTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

columnSelectionModel

javax.swing.DefaultListSelectionModel columnSelectionModel

treeTableModelGenerator

TreeTableModelGenerator treeTableModelGenerator

jTableContents

javax.swing.JTable jTableContents

treeTableHeader

TreeTableHeader treeTableHeader

treeTableGroups

TreeTableGroups treeTableGroups

treeModelListeners

java.util.ArrayList<E> treeModelListeners

isAdjusting

boolean isAdjusting

tableColumns

java.util.ArrayList<E> tableColumns

changeEvent

javax.swing.event.ChangeEvent changeEvent

measures

java.util.ArrayList<E> measures

objectNodeRowSelected

ObjectNode objectNodeRowSelected

objectNodeColSelected

ObjectNode objectNodeColSelected

Package com.sabro.jbusiness.gui.panels

Class com.sabro.jbusiness.gui.panels.EditChart extends java.awt.Panel implements Serializable

serialVersionUID: 1L

Serialized Fields

jFreeChart

org.jfree.chart.JFreeChart jFreeChart

Class com.sabro.jbusiness.gui.panels.EditCheckBox extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.panels.EditConfirmaComDetalhe extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.panels.EditFileChooser extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.panels.EditFindReplace extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.panels.EditLinha extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.panels.EditLogin extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.panels.EditObjetoComplexo extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.panels.EditOrdem extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.panels.EditPassword extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.panels.EditPeriodo extends PanelEditor implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.panels.EditRadio extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.panels.EditSeleciona extends PanelEditor implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.panels.EditSelecionaCampos extends EditSeleciona implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.panels.EditSelecionaConjuntos extends EditSeleciona implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.panels.EditSelecionaUsuarios extends EditSeleciona implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.panels.EditText extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.panels.EditTextJava extends EditText implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.panels.EditTextSql extends EditText implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.panels.EditTrocaSenha extends Panel implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.gui.panels.ImagePanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

image

java.awt.Image image

hasError

boolean hasError

wasLoaded

boolean wasLoaded

Package com.sabro.jbusiness.sys

Class com.sabro.jbusiness.sys.SysConexao extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysDetalhe.SysDetalheEvent extends java.util.EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

sysDetalheEventType

SysDetalhe.SysDetalheEventType sysDetalheEventType

sysRegistro

SysRegistro sysRegistro

sysCampo

SysCampo sysCampo

newValor

java.lang.Object newValor

Class com.sabro.jbusiness.sys.SysDicionario extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysEscopo.SysEscopoEvent extends java.util.EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

sysEscopoEventType

SysEscopo.SysEscopoEventType sysEscopoEventType

sysRegistro

SysRegistro sysRegistro

sysCampo

SysCampo sysCampo

newValor

java.lang.Object newValor

Class com.sabro.jbusiness.sys.SysEscopoConsulta extends SysEscopo implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysEscopoFormatado extends SysEscopo implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysFiltro extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public abstract void readExternal(java.io.ObjectInput in)
                           throws java.io.IOException,
                                  java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public abstract void writeExternal(java.io.ObjectOutput out)
                            throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysFiltro.SysFiltroEvent extends java.util.EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

sysFiltroEventType

SysFiltro.SysFiltroEventType sysFiltroEventType

sysFiltro

SysFiltro sysFiltro

sysCampo

SysCampo sysCampo

childIndices

int[] childIndices

children

java.lang.Object[] children

oldValor

java.lang.Object oldValor

newValor

java.lang.Object newValor

Class com.sabro.jbusiness.sys.SysFiltroAll extends SysFiltro implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysFiltroBoolean extends SysFiltro implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysFiltroBooleanAnd extends SysFiltroBoolean implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysFiltroBooleanOr extends SysFiltroBoolean implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysFiltroCampo extends SysFiltro implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public abstract void readExternal(java.io.ObjectInput in)
                           throws java.io.IOException,
                                  java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public abstract void writeExternal(java.io.ObjectOutput out)
                            throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysFiltroCampoEscalar extends SysFiltroCampo implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public abstract void readExternal(java.io.ObjectInput in)
                           throws java.io.IOException,
                                  java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public abstract void writeExternal(java.io.ObjectOutput out)
                            throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysFiltroCampoEscalarBetween extends SysFiltroCampoEscalar implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysFiltroCampoEscalarOperador extends SysFiltroCampoEscalar implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysFiltroCampoExato extends SysFiltroCampo implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysFiltroCampoIsNotNull extends SysFiltroCampo implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysFiltroCampoIsNull extends SysFiltroCampo implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysFiltroCampoLike extends SysFiltroCampo implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysFiltroCampoList extends SysFiltroCampo implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysFiltroCampoNil extends SysFiltroCampo implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysFiltroCampoNot extends SysFiltroCampo implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysFiltroCampoPeriodo extends SysFiltroCampo implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysFiltroCampoSubconsulta extends SysFiltroCampo implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysFiltroConjunto extends SysFiltro implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysFiltroInsertNew extends SysFiltro implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysFiltroLigacao extends SysFiltro implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysFiltroLigacaoAnexo extends SysFiltroLigacao implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysFiltroNil extends SysFiltro implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysFiltroNot extends SysFiltro implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysFiltroRegistro extends SysFiltro implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysFiltroSql extends SysFiltro implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysFiltroTabela extends SysFiltro implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysFiltroTabelaConjuntos extends SysFiltro implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysFiltroTabelaRegistros extends SysFiltro implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysTabelaConsulta extends SysTabela implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysTabelaFormatada extends SysTabela implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysTabelaFormatadaProcesso extends SysTabelaFormatada implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysValor extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysValorBoolean extends SysValor implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysValorDateTime extends SysValor implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysValorDecimal extends SysValor implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysValorFloat extends SysValor implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysValorInt extends SysValor implements Serializable

serialVersionUID: 1L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysValorObject extends SysValor implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysValorVarchar extends SysValor implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class com.sabro.jbusiness.sys.SysVinculo extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Package com.sabro.jbusiness.uteis

Class com.sabro.jbusiness.uteis.LogEvent extends java.util.EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

mensagem

java.lang.String mensagem

Class com.sabro.jbusiness.uteis.RegexConstrainedDocument extends javax.swing.text.PlainDocument implements Serializable

serialVersionUID: 1L

Serialized Fields

pattern

java.util.regex.Pattern pattern

matcher

java.util.regex.Matcher matcher

Class com.sabro.jbusiness.uteis.SelectionManager.SelectionEvent extends java.util.EventObject implements Serializable

serialVersionUID: 1L